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 | |
|---|---|
| Authentication | Required (Mapaprop token) |
| HTTP Method | DELETE |
| Response | JSON |
| Version | 1 |
Resource URL
https://property-api.mapaprop.com/cabaprop/disconnect
Headers
| Header | Required | Description |
|---|---|---|
Authorization | yes | Bearer <token> — Mapaprop token |
Response
{
"success": true,
"remoteRevoke": "not_implemented"
}
| Field | Type | Description |
|---|---|---|
success | boolean | Always true if the request arrives authenticated. |
remoteRevoke | string | not_implemented — indicates that no remote revocation was performed against Cabaprop (see note above). |