Skip to main content

Unegisters the provided list of domains for the Entity.

POST 

/entities/{entity-id}/domains/unregister

Unregisters the provided list of domains for the Entity

Request

Path Parameters

    entity-id uuidrequired

    Entity ID

    Example: 45416a62-1eb5-456b-a25c-a70b3e1c323d

Body

required

    domains DomainName (string)[]required

    Possible values: >= 1

Responses

OK

Schema

    domains

    object[]

  • Array [

  • domain DomainName (string)required

    Possible values: non-empty and <= 2000 characters

    result

    object

    required

    status BaseResultStatus (string)required

    Status of the request: success | error

    Possible values: [success, error]

    errors

    object

    If an error occurred on the request side, an error code is returned in this parameter.

    code stringrequired

    If an error occurred on the request side, an error code is returned in this parameter.

    Possible values: <= 11 characters

    Example: 7000.1000
    reason string

    If an error occurred on the request side, then an error reason is returned in this parameter.

    Possible values: <= 400 characters

    Example: Internal Processing Error
  • ]

  • result

    object

    required

    status BaseResultStatus (string)required

    Status of the request: success | error

    Possible values: [success, error]

    errors

    object

    If an error occurred on the request side, an error code is returned in this parameter.

    code stringrequired

    If an error occurred on the request side, an error code is returned in this parameter.

    Possible values: <= 11 characters

    Example: 7000.1000
    reason string

    If an error occurred on the request side, then an error reason is returned in this parameter.

    Possible values: <= 400 characters

    Example: Internal Processing Error
Loading...