{
"ids": [
"string"
]
}curl --location --request POST '/partners/property-leases/delete' \
--header 'Accept-Language;' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9' \
--header 'X-Request-Id: req_1701937730123_48210952' \
--header 'X-Encryption-Mode;' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
]
}'{
"request_id": "string",
"deleted_count": 0,
"total": 0,
"failed": [
{
"id": "string",
"code": "string",
"message": "string"
}
]
}