v1

latestOpenAPI 3.1.0© Copyright Partoo2026-07-26163503484.0 KB
Webhooks

Delete a webhook configuration

This endpoint deletes a webhook configuration.

delete/webhooks/{webhook_id}

Path parameters

webhook_idinteger required

The webhook object identifier.

Query parameters

org_idinteger

Organization identifier, only required for PROVIDER users.

Response

OK

statusstring required

The status of the webhook deletion.

Example response

{
  "status": "success"
}