API reference · Inbound Webhooks
DELETE/api/v1/inbound-webhooks/{id}
Product availabilityAlgaPSA

Delete inbound webhook

Deletes an inbound webhook configuration by id.

RBAC · inbound_webhook

Path parameters

idstring <uuid>Required
Inbound webhook UUID.

Response codes

204
Inbound webhook deleted.
400
Invalid inbound webhook request.
401
Missing or invalid authenticated user context.
403
Inbound webhook permission denied.
404
Inbound webhook not found.
500
Unexpected inbound webhook operation failure.