Delete an API token
Path Parameters
- Type: integeruser
Id requiredID of user
- Type: integertoken
Id requiredID 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
}
]
}