Delete Webhook

Deletes a Webhook in matteroTM based on the provided query string.

DELETE https://my.mattero.com.au/public/api/v1/webhooks


Parameters

Name Location Type Description
eventName Query string:required Event name to be deleted, expected values are [ CreateContactEvent | UpdateContactEvent | CreateMatterEvent | UpdateMatterEvent | CreateTaskEvent | UpdateTaskEvent]
callbackUrl Query string:required The RESTful callback to be invoked when the event is trigger, this callback must accept a POST request.

Status Codes

Code Summary Description
204 No Content The request was successful, no body in response.
400 Bad Request The request failed validation checks.
401 Unauthorized Failed authentication check.
403 Forbidden Failed authorization check.
404 Not Found Either couldn't find the endpoint or the query's entity.