Skip to main content

Removes the domain of an instance​

Removes the domain of an instance

Path Parameters
    instanceId string required
    domain string required
Responses

A successful response.


Schema
    details object
    sequence uint64

    on read: the sequence of the last event reduced by the projection

    on manipulation: the timestamp of the event(s) added by the manipulation

    creationDate date-time

    on read: the timestamp of the first event of the object

    on create: the timestamp of the event(s) added by the manipulation

    changeDate date-time

    on read: the timestamp of the last event reduced by the projection

    on manipulation: the

    resourceOwner resource_owner is the organization an object belongs to
DELETE /instances/:instanceId/domains/:domain

Request

Base URL
https://$CUSTOM-DOMAIN/system/v1
instanceId — path required
domain — path required
Accept
curl / cURL
curl -L -X DELETE 'https://$CUSTOM-DOMAIN/system/v1/instances/:instanceId/domains/:domain' \
-H 'Accept: application/json'