Skip to main content

Delete a target

DELETE 

/v3alpha/targets/:targetId

Delete an existing target. This will remove it from any configured execution as well.

Request​

Path Parameters

    targetId stringrequired

    unique identifier of the target.

Responses​

Target successfully deleted

Schema

    details

    object

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

    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 (string)
Loading...