curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/apps/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Permanently delete an application. This action cannot be undone.
curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/apps/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://www.truefoundry.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier of the application
Application deleted or deletion initiated.
Confirmation message for the deletion
Was this page helpful?