Remove a dupe detect rule

Content

Resource URL

https://apps.ticketmatic.com/api/1/{accountname}/settings/system/dupedetectrules/{id}

Example

Request

1use Ticketmatic\Endpoints\Settings\System\Dupedetectrules;
2
3Dupedetectrules::delete($client, $id);

Response

This operation does not return a response. The status can be checked by looking at the HTTP status code.

Request

1import (
2    "github.com/ticketmatic/tm-go/ticketmatic"
3    "github.com/ticketmatic/tm-go/ticketmatic/settings/system/dupedetectrules"
4)
5
6err := dupedetectrules.Delete(client, id)

Response

This operation does not return a response. The status can be checked by looking at the HTTP status code.

Request

1DELETE /api/1/{accountname}/settings/system/dupedetectrules/{id} HTTP/1.1

Response

This operation does not return a response. The status can be checked by looking at the HTTP status code.