Deactivates a specific webhook subscription identified by its id. This operation performs a soft delete, meaning the subscriptionβs status is updated to is_active = false and deleted_at is set to the current timestamp. The subscription will cease to receive new webhook events.
Key Considerations:
404 Not Found response to prevent enumeration of existing resources.404 Not Found.Authorization: Requires the ManageWebhooks permission.
UUID of the service account (e.g., 550e8400-e29b-41d4-a716-446655440000)
Unix timestamp in milliseconds (e.g., 1704636800000). Must be within 5 minutes of server time.
Must be 'service-account' for service account authentication
EdDSA signature of the request in base64 format. Signs: uri:method:body:timestamp
Webhook subscription ID to delete
Webhook subscription deleted successfully