Delete a note.
DELETE/listings/:listing_id/notes/:note_id
Deletes the note. Deletion is permanent — the note is no longer returned by the API and cannot be restored.
Request
Responses
- 204
- 401
- 403
- 404
- 409
- 429
The note was deleted.
API key authorization failed.
Listing authorization failed, or the API key is read-only.
Listing or note not found.
A concurrent request for this note is already in progress. Retry after it completes.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.