PROD

DELETE /cabaprop/disconnect

Marks the Cabaprop account as disconnected on the side of whoever calls this endpoint.

Cabaprop does not currently expose a public endpoint for remote token revocation. This service does not delete or modify listings published on Cabaprop — any published property stays online. To take down a specific listing, use DELETE /cabaprop/property/unpublish before disconnecting the account.

Resource information
AuthenticationRequired (Mapaprop token)
HTTP MethodDELETE
ResponseJSON
Version1

Resource URL

https://property-api.mapaprop.com/cabaprop/disconnect

Headers

HeaderRequiredDescription
AuthorizationyesBearer <token> — Mapaprop token

Response

{
  "success": true,
  "remoteRevoke": "not_implemented"
}
FieldTypeDescription
successbooleanAlways true if the request arrives authenticated.
remoteRevokestringnot_implemented — indicates that no remote revocation was performed against Cabaprop (see note above).