Skip to main content

Cancels an existing redirect session

POST 

/redirect-sessions/:redirectSessionId/cancel

Cancels an existing redirect session

Request

Path Parameters

    redirectSessionId uuidrequired

    The id of the redirect session

Responses

Expected response to a valid request

Schema

    id uuidrequired

    The unique id of the redirect session

    state RedirectSessionState (string)required

    Possible values: [Cancelled]

    The type of the event, defining also the attributes of which entity are to be found in the data property

    createdOn date-timerequired

    The creation datetime of the entity, in ISO 8601 format of YYYY-MM-DDThh:mm:ssZ in UTC time

    lastModifiedOn date-timerequired

    The last modification datetime of the entity, in ISO 8601 format of YYYY-MM-DDThh:mm:ssZ in UTC time

Loading...