Workspaces
Delete Workspace
Permanently delete a workspace. Requires workspaces-write
.
DELETE
Delete Workspace
Permanently remove a workspace. This operation is irreversible and will remove all associated forms, submissions, and settings.
Authentication & Scope
Requires the workspaces-write
ability. User must be an admin of the workspace.
Request
Path Parameters
Parameter | Type | Description |
---|---|---|
workspaceId | number | ID of the workspace to delete. |
Response
200 OK
– Confirmation message and the ID of the deleted workspace.
403 Forbidden
– The token lacks workspaces-write
or you lack permission.
Authorizations
Personal Access Token
Path Parameters
Response
204
Deleted