Delete

Description

Remove a sync destination configuration.

Request

HTTP Method: DELETE

URL parameter Description
id ID of the sync destination to delete.
curl -X DELETE \
  https://<<META.tenant.domain>>/api/v1/admin/sync_destinations/24 \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>'

Response

On success a 204 No Content status is returned and the body is empty.

Was this helpful?