POST
/authentication/persistent_token_remove
curl \
--request POST 'http://localhost:8080/authentication/persistent_token_remove' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"type":"string","subtype":"string"}'
Request examples
{
"type": "string",
"subtype": "string"
}