API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path: /apis/{api_name}/revision/{revision_number}
Deletes a specific revision of an API
Verb: DELETE
Auth: Basic AuthDeletes a specific revision of an API. Note that a deployed revision cannot be deleted. You must undeploy the revision before deletion.
Sample Request:$ curl -u myname:mypass https://api.enterprise.apigee.com/apis/{api_name}/revisions/{revision_number} -X DELETE
Sample Response:
Last updated: about 1 month ago