MATTR VII PlatformWebhooks
Delete Webhook
Deletes a Webhook by providing its ID.
Analytics Events
WEBHOOK_DELETE_STARTWEBHOOK_DELETE_SUCCESSWEBHOOK_DELETE_FAIL
Roles
adminissuer
DELETE
/v1/webhooks/{id}
AuthorizationBearer <token>
In: header
Path Parameters
idstring
Webhook ID
Format
uuid
Response Body
curl -X DELETE "https://example.vii.au01.mattr.global/v1/webhooks/41458e5a-9092-40b7-9a26-d4eb43c5792f"
Empty
{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}
{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}
How would you rate this page?