curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/apps/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Delete Application associated with the provided application ID.
curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/apps/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Was this page helpful?