Delete Endpoint Type

Delete Endpoint Type

The API deletes an existing endpoint type. The API returns an error, ifendpoint type with the specified id does not exist.

Request
URI
DELETE
https://{api_host}/endpoint-configuration-service/api/types/{id}
COPY
Path Parameters
string
id
Required

Id of the endpoint type to be deleted.


Responses
200
Operation doesn't return any data structure

403

Unauthorized.

Operation doesn't return any data structure

404

Endpoint type with the specified id does not exist.

Operation doesn't return any data structure

405

Cannot delete endpoint type, when endpoints of that type exist.

Operation doesn't return any data structure