Delete Workspace
URL
https://us-central1-ohyay-prod-d7acf.cloudfunctions.net/ohyayapi/delete-workspace
Request Format
interface DeleteRequest {
userId: string;
wsid: string; // The workspace to delete
}
Response Format
interface DeleteResponse {
success: boolean;
errorCode?: string; // The reason the request failed
}
Updated over 2 years ago