API DocumentationWebhooks

Delete a webhook

DELETE
/api/manufacturer/v1/webhook/{id}

Deletes an existing webhook on an account

Authorization

Phasio API Bearer Token
AuthorizationBearer <token>

In: header

Path Parameters

id*string

ID of the webhook to delete

Response Body

application/json

curl -X DELETE "https://example.com/api/manufacturer/v1/webhook/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{  "error": "ORDER_NOT_FOUND",  "message": "Order not found"}