DELETE
/
sync
/
{name}
/
variant
/
{variant}
curl --request DELETE \
  --url https://api.nango.dev/sync/{name}/variant/{variant} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "provider_config_key": "<string>",
  "connection_id": "<string>"
}'
{
  "success": true
}

Authorizations

Authorization
string
header
required

The secret key from your Nango environment.

Path Parameters

name
string
required

The name of the sync

variant
string
required

The name of the variant to delete. Cannot be "base" (protected name).

Body

application/json

Response

200
application/json

Successfully deleted the sync variant

The response is of type object.