Authorizations
Path Parameters
Example:
curl --request DELETE \
--url https://api.x.com/2/webhooks/{webhook_id} \
--header 'Authorization: Bearer <token>'{
"data": {
"deleted": true
},
"errors": [
{
"detail": "<string>",
"status": 123,
"title": "<string>",
"type": "<string>"
}
]
}Deletes an existing webhook configuration.
curl --request DELETE \
--url https://api.x.com/2/webhooks/{webhook_id} \
--header 'Authorization: Bearer <token>'{
"data": {
"deleted": true
},
"errors": [
{
"detail": "<string>",
"status": 123,
"title": "<string>",
"type": "<string>"
}
]
}