Skip to main content
DELETE
/
access-tokens
/
tokens
/
{access_token_id}
Delete a System Access Token
curl --request DELETE \
  --url https://api-dev.narrative.io/access-tokens/tokens/{access_token_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

access_token_id
string<uuid>
required

.

Response

OK