Skip to main content
DELETE
Remove Application
string
required
The API key for your account. You can find this in your account settings.
Unshares an application from a workspace, revoking access for every member. Only the workspace owner can call this; it does not affect the application itself, which keeps running and stays owned by whoever uploaded it. Use Get Workspace to check which applications are currently shared before removing one, and Add Application to share it again later. Rate limited to 10 removals per 30 seconds per user.

Parameters

string
The ID of the workspace.
string
The ID of the application. You can find this in the URL of your application’s dashboard.

Response

string
Indicates whether the call was successful.. success if successful, error if not.

Common errors