admDeleteSpace
Description
Permanently deletes a space from Confluence.
Return Type
Boolean (true/false)
Returns true if the space was successfully deleted.
Example
return admDeleteSpace("TEMP");
Returns true if the space was deleted.
See also
Peacock