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.
Request schema
Path parameters
service_name
stringrequired
Name of the destination type to delete
Header parameters
Authorization
stringrequired
HTTP: basicAuth
HTTP AuthorizationScheme: basic
Http + 1.1
DELETE
https://app.getcensus.com/api/v1/connectors/{service_name}
DELETE /api/v1/connectors/{service_name} HTTP/1.1 Authorization: Bearer REPLACE_BEARER_TOKEN Host: app.getcensus.com
Responses
200
Connector deleted successfully
200
status
string
Outcome of the operation.
enum:
{ "status": "deleted" }