Skip to main content
DELETE
/
tokens
/
{token_id}
Delete Token Endpoint
curl --request DELETE \
  --url http://localhost:8080/tokens/{token_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

token_id
integer
required

Response

Successful Response