DELETE/api/v1/hook/{hooksId}

Delete Hook

By using this endpoint the user can delete a single hook.
DELETE/api/v1/hook/{hooksId}

Mandatory Fields

  • hooksId

Parameter Details

NameInTypeRequiredDescription
hooksIdpathstring(string)Requirednone

Responses

StatusMeaningDescriptionSchema
204No ContentOk, data deletedNone
400Bad RequestRequest data failed validation(s)None
401UnauthorizedAuthentication Failed!None
404Not FoundNot found.None
429Too Many RequestsToo Many Requests.None
500Internal Server ErrorInternal Server ErrorNone

Example Request

# You can also use wget
curl -X DELETE /api/v1/hook/{hooksId} \
  -H 'Authorization: API_KEY'

Need Support?

Our team is here to help you integrate and make the most of our APIs. Get in touch for technical support, custom solutions, or any questions.