cURL
curl --request DELETE \ --url https://api.paylora.org/api/v1/webhook/{uuid} \ --header 'Authorization: Bearer <token>'
{ "statusCode": 400, "message": [ "[value] is not valid" ] }
Delete webhook by uuid. Permissions [“customer”]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Bad Request
The response is of type object.
object