Destination Types
Delete destination type
Delete a specific destination type by service name. You must be an owner of the destination type and it must not be published in order to delete. If you wish to delete a published destination type please reach out to Census Support.
DELETE
/
connectors
/
{service_name}
Authorizations
Authorization
string
headerrequiredBearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Path Parameters
service_name
string
requiredName of the destination type to delete
Response
200 - application/json
status
enum<string>
Outcome of the operation.
Available options:
deleted
, not_found
, error
Was this page helpful?