Skip to main content

Delete Integration Provider

Endpoint: DELETE /api/integrations/provider/{name}

Deletes an integration provider from Conductor cluster.

Path parameters

ParameterDescriptionTypeRequired/ Optional
nameThe name of the integration to delete.stringRequired.

Response

Returns 200 OK, indicating that the integration has been deleted.

Examples

Delete an integration provider

Request

curl -X 'DELETE' \
'https://<YOUR-SERVER-URL>/api/integrations/provider/openAI-marketing' \
-H 'accept: */*' \
-H 'X-Authorization: <TOKEN>'

Response

Returns 200 OK, indicating that the integration has been deleted.