DeploymentService
Remove a deployment adapter
Detaches an adapter from a deployment using its row-level etag for optimistic concurrency.
delete/projects/{projectId}/endpoints/{endpointId}/deployments/{deploymentId}/adapters/{id}
Path parameters
projectIdstring required
Project identifier.
endpointIdstring required
Endpoint identifier.
deploymentIdstring required
Deployment identifier.
idstring required
Adapter model identifier.
Query parameters
etagstring required
Adapter etag from a previous add, update, get, or list response. The removal is rejected if the adapter changed after that response.
Response
OK
DEDeleteResponse required
Empty response returned after a successful delete operation.
Changes
Changed in 1 of the 15 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
- ○