deployment:delete
Deletes the deployment resource.
HTTP Request
DELETE /restapis/<restapi_id>/deployments/<deployment_id>
Remarks
Example: Delete a deployment of an API
Request
DELETE /restapis/fugvjdxtri/deployments/dzacq7 HTTP/1.1
Content-Type: application/json
Host: apigateway.us-east-1.amazonaws.com
X-Amz-Date: 20160615T003959Z
Authorization: AWS4-HMAC-SHA256 Credential={access_key_ID}/20160615/us-east-1/apigateway/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature={sig4_hash}
Response
The successful response returns a 202 Accepted
status code and no payload.