Delete an endpoint

Deletes an endpoint and all its child entities. <Info> Endpoints with an assigned SIM cannot be deleted (results in a `409` error). </Info>

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the /api/v1/authenticate POST request.

Path parameters

endpoint_idstringRequired

Response

Endpoints deleted successfully. The response payload body should be empty.

Errors