- General
- Endpoints
Remove Single Webhook
DELETE
/webhook/{webhook_id}
Webhook
Request
Path Params
webhook_id
string <uuid>
required
Header Params
x-api-key
string
required
Example:
{{api_key}}
x-api-env
string
required
Example:
{{api_env}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.vplan.com/v1/webhook/' \
--header 'x-api-key: {{api_key}}' \
--header 'x-api-key;' \
--header 'x-api-env: {{api_env}}' \
--header 'x-api-env;'
Responses
🟢204No Content
text/plain
Body
object {0}
🟠404Not Found
🟠401Not Logged In
Modified at 2024-10-04 09:04:55