Delete Integration
DELETE/v1/integrations/:integrationId
This endpoint removes a Integration identified by the integrationId
parameter.
Request
Path Parameters
integrationId uuidrequired
The identifier of the Integration.
Responses
- 204
- 400
- 404
- 429
When the delete was successful.
Bad request.
Not found.
Too many requests. In case of the request rate exceeds the rate limits.
Loading...