Delete an integration
DELETE/v1/admin/integrations/:integrationId
Deletes an integration. Existing endpoints registered against it will start failing on the next delivery. Super-admin only.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Integration deleted successfully
Bad request
Unauthorized - Invalid or missing authentication
Forbidden - User does not have permission to access the resource
Internal server error