EndpointService
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/projects/{projectId}/endpoints/{id}
Path parameters
projectIdstring required
Project identifier.
idstring required
Endpoint identifier.
Query parameters
etagstring
Etag for optimistic concurrency. If set, the delete is rejected if the current etag does not match.
Response
OK
DEDeleteResponse required
Empty response returned after a successful delete operation.
Changes
Changed in 1 of the 14 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○