Skip to main content
DELETE
/
api
/
{portfolio}
/
portfolios
/
v1
/
facilities
/
{facilityUuid}
/
rentalRecords
/
{unitRentalRecordUuid}
/
coverage
Remove coverage from a unit rental
curl --request DELETE \
  --url https://public-api.prd.monument.io/api/{portfolio}/portfolios/v1/facilities/{facilityUuid}/rentalRecords/{unitRentalRecordUuid}/coverage \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '
{
  "endAtEndOfCycle": false,
  "enrollInPrivateCoverage": true
}
'

Headers

x-api-key
any
required

Api key required to authenticate your request. Please reach out to monument for a key.

Example:

"monument-2230012-2312321"

Path Parameters

facilityUuid
string
required
unitRentalRecordUuid
string
required
portfolio
string
required

Body

application/json

Coverage removal options

endAtEndOfCycle
boolean
default:false
required

Whether to end coverage at the end of the current billing cycle

Example:

false

enrollInPrivateCoverage
boolean
default:true

Whether to enroll the user in private coverage after removing current coverage. Defaults to true for SafeLease compatibility.

Example:

true

Response

200

Coverage removed successfully