Callbacks
Delete Callback Subscription
Delete a callback subscription by ID.
This endpoint allows you to delete a specific callback subscription by its unique identifier.
delete/subscriptions/{id}
Path parameters
idstring uuid required
The unique identifier of the callback subscription to delete.
Response
No Content. The callback subscription was successfully deleted.