cancelCreateDomain

Cancel creation of a domain that is currently in the process of being created.

This operation can be used in a separate session or transaction from the one that started the domain creation using createDomain .

Location

/services/webservices/system/admin/user/operations/

Request Elements

domainName: The name of the domain being created that should be canceled.

Request Example

<user:cancelCreateDomain xmlns:user="http://www.compositesw.com/services/system/admin/user">
  <user:domainName>production-HA</user:domainName>
</user:cancelCreateDomain>

Response Elements

status:

CANCELED: If domain creation was successfully canceled.
SUCCESS: If the domain was already created prior to this call and therefore could not be canceled.

Faults

NotAllowed: If an attempt is made to use this operation with an insufficient license.

NotFound: Domain does not exist. This may also occur if the domain creation failed.

Security: If the user does not have the ACCESS_TOOLS and MODIFY_ALL_USERS rights.