APIs
Deleting an API definition with ID.
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.
delete/tyk/apis/{apiID}
Path parameters
apiIDstring required
The API ID.
Response
API deleted.
Example response
{
"action": "modified",
"key": "b13d928b9972bd18",
"status": "ok"
}