curl --request DELETE \
--url https://{defaultHost}/v1/apps/{id} \
--header 'Authorization: Bearer <token>'{
"error": "<string>"
}Soft-delete an app. Requires API Secret only.
curl --request DELETE \
--url https://{defaultHost}/v1/apps/{id} \
--header 'Authorization: Bearer <token>'{
"error": "<string>"
}Was this page helpful?