Examples

DELETE /api/users/988725678/personal_access_tokens/1
{
  "personal_access_token": {}
}
200
{
  "id": 1,
  "revoked": true,
  "token": "fc8bb899e118bd41d69249bde25d2b0a66ee54c3",
  "name": "Personal Access Token 5",
  "expires_at": "2018-11-25T19:02:08.705Z",
  "last_used_at": null,
  "user_id": 988725678,
  "created_at": "2018-11-15T19:02:08.706Z",
  "updated_at": "2018-11-15T19:02:08.714Z"
}

Params

Param name Description
location_id
optional

Scope by locations

Validations:

  • Must be a Integer

organization_id
optional

Scope by organizations

Validations:

  • Must be a Integer

id
required

Validations:

  • Must be a String

user_id
required

ID of the user

Validations:

  • Must be a String