delete OAS Api
DELETE {{baseUrl}}/tyk/apis/oas/:apiID
Deleting an API definition will remove the file from the file store, the API definition will NOT be unloaded, a separate reload request will need to be made to disable the API endpoint.
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
{"message":"API deleted","status":"ok"}