Application
Delete Application
Remove your application from Square Cloud. (yellow category)
DELETE
/
v2
/
apps
/
{app_id}
/
delete
Header
Path
curl --request DELETE \
--url https://api.squarecloud.app/v2/apps/{app_id}/delete \
--header 'Authorization: <authorization>'
{
"status": "success"
}
Authorization
string
requiredThe API key for your account. You can find this in your account settings.
app_id
string
requiredThe ID of the application. You can find this in the URL of your application’s dashboard.
Response
status
string
Indicates whether the call was successful. “success” if successful, “error” if not.
Was this page helpful?
curl --request DELETE \
--url https://api.squarecloud.app/v2/apps/{app_id}/delete \
--header 'Authorization: <authorization>'
{
"status": "success"
}