Delete an endpoint
Endpoints
Delete an endpoint
Permanently deletes an endpoint. Delete its deployments first; use etag to reject the request if the endpoint changed after it was read.
DELETE
Delete an endpoint
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Etag for optimistic concurrency. If set, the delete is rejected if the current etag does not match.
Response
OK
Empty response returned after a successful delete operation.