Skip to main content

Delete a Participant

DELETE 

/agreements/:agreement_id/participants/:participant_id

Deletes an existing participant. The participant must be in draft status

Request

Path Parameters

    agreement_id cuidrequired

    DELETE /agreements/:agreement_id/participants/:participant_id parameter

    participant_id cuidrequired

    DELETE /agreements/:agreement_id/participants/:participant_id parameter

Responses

DELETE /agreements/:agreement_id/participants/:participant_id Successful response

Schema
    version stringrequired

    Possible values: [1.0]

    The version of the response schema

    result_type stringrequired

    Possible values: [deleted]

    Returns a single object of the participant resource which was deleted.

    resource_type stringrequired

    Possible values: [participant]

    Data contains the participant resource.

    data object

    The participant resource

    oneOf
    role stringrequired

    Possible values: [approver]

    The role of the participant

    decision_made_at stringnullablerequired

    UTC datetime ISO string

    id cuidrequired

    The unique identifier of the participant

    resource_type stringrequired

    Possible values: [participant]

    name stringnullablerequired

    The name of the participant. Required if no email is provided.

    email stringnullablerequired

    The email of the participant. Required if agreemnt is configured to send emails.

    status stringrequired

    Possible values: [draft, pending, initiated, processing, fulfilled, rejected]

    The status of the participant

    order doublenullablerequired

    Possible values: <= 1.7976931348623157e+308

    The queue number of the participant (if sequential signing order is enabled)

    signing_group object required
    oneOf

    string

    agreement cuidrequired

    The unique identifier for the agreement this participant belongs to

    signing_room_url urlnullablerequired

    The URL to the signing room for the participant. Only available after the agreement has been finalized for signing.

    created_at stringrequired

    UTC datetime ISO string

    updated_at stringrequired

    UTC datetime ISO string

Loading...