Skip to main content

Delete a user schema​

Delete an existing user schema. This operation is only allowed if there are no associated users to it.

Path Parameters
    id string required

    unique identifier of the schema.

Responses

Schema successfully deleted


Schema
    details object

    Details provide some base information (such as the last change date) of the schema.

    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

    changeDate date-time

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

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

    resourceOwner resource_owner is the organization or instance_id an object belongs to
Loading...