Delete Endpoint Type Category
The API deletes an existing endpoint type category. The API returns an error, ifendpoint type category with the specified id does not exist or if there are existing endpoint types under the specified category.
Request
URI
DELETE
https://{api_host}/endpoint-configuration-service/api/categories/{id}
COPY
Path Parameters
string
id
Required
Id of the endpoint type category to be deleted.
Responses
204
Operation doesn't return any data structure
403
Unauthorized.
Operation doesn't return any data structure
404
Endpoint type category with the specified id does not exist.
Operation doesn't return any data structure
405
Cannot delete endpoint type category that is referenced by other endpoint types.
Operation doesn't return any data structure
503
Dependent service is unavailable.
Operation doesn't return any data structure