Delete a Real Estate
This methods deletes a real estate object by scout object ID or externalId.
DELETE /offer/v1.0/user/{username}/realestate/{id} or ...ext-{externalId}
Supported media types:
Note that we recommend not to delete objects, but instead deactivate them.
Request
Path Parameters
| PARAMETER | DESCRIPTION |
|---|---|
| Username | the username which the user uses for logging in to www.immobilienscout24 |
| me | "me" can be used instead of the username, when the user is logged in by 3-legged oauth |
| id | the unique scout object ID, which is being created by POST REALESTATE automatically |
| external-id | can be used instead of the scout object ID. it is the customer-defined ID of the real estate, must be unique per user |
Response
XML:
1 2 3 4 5 6 7 8 | |
JSON:
1 2 3 4 5 6 7 8 9 | |