Skip to main content
DELETE
/
api
/
v1
/
sources
/
{source_slug}
/
setup-tokens
/
{id}
/
cURL
curl --request DELETE \
  --url https://api.nekt.ai/api/v1/sources/{source_slug}/setup-tokens/{id}/ \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

API Key authentication. Format: 'x-api-key: api_key'

Path Parameters

id
string<uuid>
required

A UUID string identifying this source setup token.

source_slug
string
required

The slug of the source

Response

204

No response body