v1

latestOpenAPI 3.1.02026-07-14159142161.9 KB
outgoing webhooks (usersService)

Delete Multiple Outgoing Webhooks

Deletes multiple outgoing webhooks by their IDs.

delete/company/v1/webhooks

Request body

idsinteger[] required

Example request

{
  "ids": [
    1,
    2,
    3
  ]
}

Response

No content