Skip to main content
DELETE
/
v1
/
buckets
/
{bucket_id}
/
syncs
/
{sync_config_id}
Delete Sync Configuration
curl --request DELETE \
  --url https://api.mixpeek.com/v1/buckets/{bucket_id}/syncs/{sync_config_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": 123,
  "error": {
    "message": "<string>",
    "type": "<string>",
    "code": "<string>",
    "details": {}
  },
  "success": false
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

bucket_id
string
required
sync_config_id
string
required

Response

Successful Response