Skip to main content
DELETE
/
libraries
/
{libraryId}
/
webhooks
/
endpoints
/
{endpointId}
Delete Webhook Endpoint
curl --request DELETE \
  --url https://api.tenbyte.io/v1/stream/libraries/{libraryId}/webhooks/endpoints/{endpointId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Webhook Endpoint Deleted Successfully",
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

libraryId
string
required

Unique identifier of the library.

endpointId
string
required

Unique identifier of the targeted endpoint resource.

Response

message
string
required
success
boolean
required