Skip to main content
DELETE
/
v1
/
me
/
personal-tokens
/
{token_id}
Delete Personal Token
curl --request DELETE \
  --url https://api.letpiper.com/v1/me/personal-tokens/{token_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Platform token (starts with pat_)

Path Parameters

token_id
string<uuid>
required

Response

Successful Response