Delete destination
Deletes the destination specified
Request schema
Path parameters
destination_id
integerrequired
The ID of the destination to be deleted.
Header parameters
Authorization
stringrequired
HTTP: basicAuth
HTTP AuthorizationScheme: basic
Http + 1.1
DELETE
https://app.getcensus.com/api/v1/destinations/{destination_id}
DELETE /api/v1/destinations/{destination_id} HTTP/1.1 Authorization: Bearer REPLACE_BEARER_TOKEN Host: app.getcensus.com
Responses
200
Destination successfully deleted.
200
status
string
example:
{ "status": "deleted" }