# Delete a dataspace Delete a specific dataspace. Requires authentication. Endpoint: DELETE /accounts/{accountId}/dataspaces/{dataspaceId} Version: 1.0.0 Security: bearerAuth ## Path parameters: - `accountId` (string, required) Short account ID with scd- prefix Example: "scd-k2j8n4m1" - `dataspaceId` (string, required) Short dataspace ID with sds- prefix Example: "sds-a1b2c3d4" ## Response 401 fields (application/json): - `error` (string, required) Example: "An error occurred" ## Response 403 fields (application/json): - `error` (string, required) Example: "An error occurred" ## Response 404 fields (application/json): - `error` (string, required) Example: "An error occurred" ## Response 204 fields