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

Changes