cURL
curl --request POST \ --url https://api.fello.ai/public/v1/contact/property/{propertyId}/archive \ --header 'x-api-key: <api-key>'
{ "code": "<string>", "message": "<string>", "data": {} }
Archives a contact’s property in Fello.
The API Key generated from your Fello account.
Fello's unique identifier for a contact's property.
1
Property archived successfully
Was this page helpful?