Skip to main content

deletes an assignment program preference

POST 

/assignmentprogram/delete

This endpoint deletes an assignment program preference

Request

Body

required
    id numberrequired

    Id of program to delete

Responses

Schema
    oneOf
    id number
    participant object
    contractType string
    contract stringnull
    maxSize double
    maxPosition double
    acceptLong boolean
    acceptShort boolean
    timeFrame string

    Possible values: [all, weekdays, weekends]

    enabled boolean
    result stringrequired

    Possible values: [success]

    serverTime date-timerequired

    Server time in Coordinated Universal Time (UTC)

Loading...