Skip to main content

Delete invitation

DELETE 

/unit/invitation/:invitationId

Deletes the invitation specified by the invitation ID. An invitation can be deleted only if it is in the INACTIVE or EXPIRED state.

Request

Path Parameters

    invitationId stringrequired

    The invitation ID.

    Example: 867c0ba0-5a53-475b-8194-1f565f6ec197

Responses

OK

Schema

    code int32

    The response code.

    data object

    The wrapped responding data.

    msg string

    The response message.

Loading...