Delete a sync
Deletes the sync with the specified ID.
Request schema
Path parameters
sync_id
integerrequired
ID of the sync
Header parameters
Authorization
stringrequired
HTTP: basicAuth
HTTP AuthorizationScheme: basic
Http + 1.1
DELETE
https://app.getcensus.com/api/v1/syncs/{sync_id}
DELETE /api/v1/syncs/{sync_id} HTTP/1.1 Authorization: Bearer REPLACE_BEARER_TOKEN Host: app.getcensus.com
Responses
200
Successfully deleted the sync.
404
Resource not found.
200
status
stringrequired
The outcome of the deletion request
enum:
404
status
integer
HTTP status code.
enum:
{ "status": "deleted" }