Delete an endpoint

Deletes an endpoint and all its child entities. <Note> Execute this operation sequentially - wait for each request to complete before starting the next. For bulk deletions, use [`DELETE /api/v2/endpoint/multi`](/developers/api/endpoint/bulk-delete-endpoint) instead (supports up to 2,000 endpoints). </Note> <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