v4

latestOpenAPI 3.1.02026-07-313621,3961.8 MB
workspace

Delete Workspace Webhook

Delete the specified workspace webhook

delete/v1/workspace/webhooks/{webhook_id}

Path parameters

webhook_idstring required

The unique ID for the webhook

Example:G007vmtq9uWYl7SUW9zGS8GZZa1K

The unique ID for the webhook

Headers

xi-api-keystring nullable

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Response

Successful Response

statusstring required

The status of the workspace webhook deletion request. If the request was successful, the status will be 'ok'. Otherwise an error message with status 500 will be returned.

Example response

{
  "status": "ok"
}