DELETE
/
api
/
apis
/
streams
/
{apiId}
Delete Streams API.
curl --request DELETE \
  --url https://{tenant}/api/apis/streams/{apiId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: <content-type>'
{
  "Message": "API deleted.",
  "Meta": null,
  "Status": "OK"
}

Authorizations

Authorization
string
header
required

The Tyk Dashboard API Access Credentials

Headers

Content-Type
enum<string>
required

Content type for streams endpoints should be application/vnd.tyk.streams.oas

Available options:
application/vnd.tyk.streams.oas

Path Parameters

apiId
string
required

ID of the API you want to delete.

Response

Deleted successfully.

ID
string
Message
string
Meta
any
Status
string