Deactivate a Property search alert by its id (alertId)
curl --request DELETE \ --url https://api.fluximmo.io/v2/protected/properties/search/alerts/{alertId} \ --header 'x-api-key: <api-key>'
{ "data": { "alert_id": "<string>" } }
The response is of type object.
object
Was this page helpful?