v1

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

Mass Delete Incoming Webhooks

Mass Delete Incoming Webhooks. Available only for admin users.

delete/company/v1/incoming_webhooks

Request body

{"stackTrail":"components:schemas:MassDeleteIncomingWebhookDto:properties:ids","oasType":"schema","type":"unknown","description":"Array of Incoming Webhooks IDs","example":[1,2,3]}

Example request

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

Response

No content