Unsubscribe webhook
DELETE/v1/subscribe/:id
Unsubscribe webhook
Supported roles
- Fleet manager
Request
Path Parameters
id stringrequired
ID of webhook: Subscribe webhook
Responses
- 200
- 400
- 401
- 403
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
success boolean
unsubscribe string
Webhook ID
{
"success": true,
"unsubscribe": "671b732e32c7e591b2f38001"
}
Validation error
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "string"
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "string"
}
Loading...