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}
"{\n  \"identifier\" \"String\",\n  \"token\": \"String\",\n  \"deleted\": \"Boolean\"\n}"

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

The response is of type any.