Skip to main content
DELETE
/
admin
/
notification-categories
/
{category_id}
Delete notification category
curl --request DELETE \
  --url https://services.pref.rio/rmi/v1/admin/notification-categories/{category_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

category_id
string
required

Category ID

Response

Category deleted successfully