Delete a user
Path Parameters
- Type: integeruser
Id requiredID of user
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for delete/user/{userId}
curl https://test.boost.space/api/user/1 \
--request DELETE \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"id": 1,
"remotes": [
{
"id": "1",
"application": "string",
"delete": true
}
]
}