Deletes an app from the workspace and returns a deletion confirmation.
Request
Bearer <API_KEY> from Console > Developers > Workspace API Keys.
Path parameters
Client identifier of the app.
Response
Indicates whether the app was deleted.
curl -X DELETE -H "Authorization: Bearer sk_workspace_test_..." \
"https://sandbox.api.hopae.com/connect/v1/apps/abc123"