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