curl --request DELETE \
--url https://{defaultHost}/v1/apps/{id} \
--header 'Authorization: Bearer <token>' \
--header 'X-Authorization: <api-key>'Delete an app
curl --request DELETE \
--url https://{defaultHost}/v1/apps/{id} \
--header 'Authorization: Bearer <token>' \
--header 'X-Authorization: <api-key>'Was this page helpful?