Application WebhooksDelete application webhook

Delete application webhook

Deletes the specified webhook configuration for the application.

curl -X DELETE "https://api.example.com/api/v1/applications/example_string/webhooks/example_string" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (JWT)"
{}
DELETE
/api/v1/applications/{applicationId}/webhooks/{webhookId}
DELETE
Base URLstring

Target server for requests. Edit to use your own host.

Bearer Token (JWT)
Bearer Tokenstring
Required

Bearer token (JWT) - just enter the token, "Bearer" prefix will be added automatically

path
applicationIdstring
Required

ID of the application that owns the webhook.

path
webhookIdstring
Required

ID of the webhook configuration to delete.

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token (JWT). Authentication token required.

Path Parameters

applicationIdstring
Required

ID of the application that owns the webhook.

webhookIdstring
Required

ID of the webhook configuration to delete.

Responses