Listing
Delete A Listing
This endpoint delets a listing with the provided ID.
DELETE
Allows for a listing to be immediately deleted or to be scheduled for deletion. All date fields included in the body parameters need to be specified as ISO8601-formatted date strings. Date fields should follow a “YYYY-MM-DD” format.Documentation Index
Fetch the complete documentation index at: https://docs2.travtus.com/llms.txt
Use this file to discover all available pages before exploring further.
Header
The authentication token for your request
Path
The id of the listing to be deleted
Body
The date at which the listing should be deleted.If left empty, it defaults to the current date
Response
Indicates whether the listing has been succesfully scheduled for deletion or not.
The id of the listing scheduled for deletion.
Errors
Listed below are common errors that may be returned by the endpoint, along with their corresponding status code. Status Code - 400Missing Authorization header
Expired Authorization header bearer token value
Invalid Authorization header bearer token value
Invalid/Expired Authorization header bearer token value

