Skip to main content
DELETE
/
users
/
{identifier}
/
access_tokens
/
{token}
Delete a user access token
curl --request DELETE \
  --url https://api-joy.joyfill.io/v1/users/{identifier}/access_tokens/{token} \
  --header 'Authorization: Basic <encoded-value>'
"{\n  \"identifier\" \"String\",\n  \"token\": \"String\",\n  \"deleted\": \"Boolean\"\n}"

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

Authorization
string

Supports both API Key and User Access Token authorization. See https://joyfill.mintlify.app/api/authentication

Path Parameters

identifier
string
required

Identifier of the user that you want to issue the access token for. User identifier can be found on the Joyfill User on the user.identifier property.

token
string
required

Full access token string.

Response

200 - application/json

200