Skip to main content
PUT
/
api
/
Placements
/
{placementId}
/
Cancel
Cancel Placement.
curl --request PUT \
  --url https://api.example.com/api/Placements/{placementId}/Cancel \
  --header 'Content-Type: application/json' \
  --data '
{
  "reasonId": 123,
  "comments": "<string>"
}
'

Path Parameters

placementId
integer<int32>
required

Body

application/json
reasonId
integer<int32>
comments
string | null

Response

200

OK