DELETE
/tiers/{tierId}
curl \
--request DELETE 'http://api.example.com/tiers/{tierId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{}
Response examples (404)
{
"code": 42,
"message": "string",
"details": [
"string"
]
}