Skip to main content
DELETE
/
v1
/
sync
/
config
/
{syncConfigId}
cURL
curl -X DELETE 'http://localhost:8080/v1/sync/config/your_syncConfigId' \
  -H 'Authorization: Bearer ek_live_xxxxx'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.enkryptify.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Pass Authorization: Bearer ek_live_xxxxx on every request.

Path Parameters

syncConfigId
string
required

Response

200 - application/json

Default Response

success
boolean
required