Delete an API token

Path Parameters
  • userId
    Type: integer
    required

    ID of user

  • tokenId
    Type: integer
    required

    ID of token

Responses
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for delete/auth/{userId}/token/{tokenId}
curl https://test.boost.space/api/auth/1/token/1 \
  --request DELETE \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "id": 1,
  "remotes": [
    {
      "id": "1",
      "application": "string",
      "delete": true
    }
  ]
}