deleteSpace
Agent Runtimes / api/spacer/spaces / deleteSpace
Function: deleteSpace()
deleteSpace(
token,uid,baseUrl?):Promise<DeleteSpaceResponse>
Defined in: src/api/spacer/spaces.ts:131
Delete a space and all its contents.
Parameters
token
string
Authentication token
uid
string
Space UID
baseUrl?
string = DEFAULT_SERVICE_URLS.SPACER
Base URL for the API
Returns
Promise<DeleteSpaceResponse>
Promise resolving to the delete response