Skip to main content
DELETE
Delete an endpoint

Authorizations

Authorization
string
header
default:default
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required

Project identifier.

id
string
required

Endpoint identifier.

Query Parameters

etag
string

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.