curl --request PUT \ --url https://padsplit.fairsentry.com/api/v1/secure/listings/{listing_id}/inactive \ --header 'X-API-Key: <api-key>'
Copy
{ "message": "<string>"}
Mark Listing Inactive
Mark a listing as inactive. This is useful to call when a host deactivates their listing, so that it no longer shows up in your compliance related reports.
PUT
/
api
/
v1
/
secure
/
listings
/
{listing_id}
/
inactive
Mark Listing Inactive
Copy
curl --request PUT \ --url https://padsplit.fairsentry.com/api/v1/secure/listings/{listing_id}/inactive \ --header 'X-API-Key: <api-key>'