outgoing webhooks (usersService)
Delete Multiple Outgoing Webhooks
Deletes multiple outgoing webhooks by their IDs.
delete/company/v1/webhooks
Request body
Example request
{
"ids": [
1,
2,
3
]
}Response
No content
Deletes multiple outgoing webhooks by their IDs.
{
"ids": [
1,
2,
3
]
}No content