delete
abstract fun delete(spaceId: String, handler: CompletionHandler<DeleteSpaceResult>)
Content copied to clipboard
Deletes a space by id.
Since
0.1
Parameters
space Id
The identifier of the space.
handler
A closure to be executed once the request has finished.