Deletes a webhook with the specified ID.
project_id required | string <uuid> Login project ID from Publisher Account. |
event_type required | string Event type. Can have the following values:
|
webhook_id required | integer ID of the webhook that you want to delete. |
No Content
Unauthorized
Not Found
Too Many Requests
curl --request DELETE \ --url https://login.xsolla.com/api/projects/{project_id}/events/{event_type}/webhooks/{webhook_id} \ --header 'X-SERVER-AUTHORIZATION: YOUR_SERVER_TOKEN'
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}