authorizer:delete
Deletes an authorizer.
HTTP Request
DELETE /restapis/<restapi_id>/authorizers/<authorizer_id>
Remarks
Example: Delete a specified authorizer
Request
DELETE /restapis/mxsmn867vb/authorizers/4unj71 HTTP/1.1
Content-Type: application/json
Host: apigateway.us-east-1.amazonaws.com
X-Amz-Date: 20170223T233847Z
Authorization: AWS4-HMAC-SHA256 Credential={access_key_ID}/20170223/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 an empty payload.