cURL
curl --request DELETE \ --url https://{tenant}/api/apis/{apiId} \ --header 'Authorization: Bearer <token>'
{ "Message": "API deleted", "Meta": null, "Status": "OK" }
Delete an API by ID
Was this page helpful?