- Print
- DarkLight
- PDF
Delete source system apartment using id
Operation is used to delete source system apartment using source system information.
Operation attempts to remove all references to the apartment and then proceed to delete it permanently. Deleted apartment cannot be restored.
Be aware, that in case of operation failing unexpectedly, some of the objects that were previously related to the apartment to be deleted may have already been re-mapped to default apartment despite of the original apartment still existing in the system as a result of failed operation. When operation fails, re-mapped objects will not be rolled back to their previous state.
Token issued for API consumer.
Id of source system apartment to delete
Object deleted
Authentication credentials are missing or invalid
{
"details": "Authentication credentials were not provided"
}
Detailed description of error
Request is valid, but for some reason cannot be executed.
For example deletion is forbidden if object has at least one dependent object.
{
"details": "Child record(s) exist, deletion declined."
}
There was an error that forbids request execution
Detailed description of error