DELETE
/
connectors
/
{service_name}
curl --request DELETE \
  --url https://app.getcensus.com/api/v1/connectors/{service_name} \
  --header 'Authorization: Bearer <token>'
{
  "status": "deleted"
}

Authorizations

Authorization
string
header
required

Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.

Path Parameters

service_name
string
required

Name of the destination type to delete

Response

200 - application/json
Connector deleted successfully
status
enum<string>

Outcome of the operation.

Available options:
deleted,
not_found,
error