Skip to main content
DELETE
https://sandbox.api.hopae.com/connect/v1
/
apps
/
{client_id}
curl -X DELETE -H "Authorization: Bearer sk_workspace_test_..." \
  "https://sandbox.api.hopae.com/connect/v1/apps/abc123"
{ "deleted": true }
Deletes an app from the workspace and returns a deletion confirmation.

Request

Authorization
string
required
Bearer <API_KEY> from Console > Developers > Workspace API Keys.

Path parameters

client_id
string
required
Client identifier of the app.

Response

deleted
boolean
Indicates whether the app was deleted.
curl -X DELETE -H "Authorization: Bearer sk_workspace_test_..." \
  "https://sandbox.api.hopae.com/connect/v1/apps/abc123"
{ "deleted": true }