Skip to main content
DELETE
/
v1
/
admin
/
sources
/
{source_id}
/
ingest-token
Revoke an ingest token
curl --request DELETE \
  --url https://api.withsplendor.com/v1/admin/sources/{source_id}/ingest-token \
  --header 'Authorization: Bearer <token>' \
  --header 'x-splendor-tenant-id: <x-splendor-tenant-id>'
{
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

API token issued from the Splendor console.

Headers

x-splendor-tenant-id
string
required

Selects the tenant (workspace) the request acts within.

Path Parameters

source_id
integer
required

Response

Successful Response