DELETE
/
api
/
apis
/
{apiId}
Delete a single API by ID
curl --request DELETE \
  --url https://{tenant}/api/apis/{apiId} \
  --header 'Authorization: Bearer <token>'
{
  "Message": "API deleted",
  "Meta": null,
  "Status": "OK"
}

Authorizations

Authorization
string
header
required

The Tyk Dashboard API Access Credentials

Path Parameters

apiId
string
required

ID of API to delete. Can either be internal or public API ID.

Response

OK

ID
string
Message
string
Meta
any
Status
string