Skip to content
  • Auto
  • Light
  • Dark
Get Started

Delete

Delete
delete/api/v1/apps/{app_id}/connectors/{id}

Delete a connector.

Path Parameters
app_idstring

The appId of the app the connector is attached to.

idstring

The id of the connector.

Body Parameters
bodyunknown
optional

ConnectorServiceDeleteRequest is a request for deleting a connector. It uses URL values for input.

Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/apps/$APP_ID/connectors/$ID \
    -X DELETE \
    -H 'Content-Type: application/json' \
    -H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"
200 Example
{}