Manage Drafts

Finding your Draft Listings

To retrieve a list your draft listings:

curl -XGET
-H "Content-Type: application/hal+json" 
-H "Accept: application/hal+json" 
-H "Accept-Version: 3.0" 
-H "Authorization: Bearer [personal_token]"
https://api.reverb.com/api/my/listings/drafts

Deleting a Draft

To delete a draft, you can use the following DELETE request:

curl -XDELETE  
-H "Content-Type: application/hal+json" 
-H "Accept: application/hal+json" 
-H "Accept-Version: 3.0" 
-H "Authorization: Bearer [personal_token]"
https://api.reverb.com/api/listings/[listing_id]

Please note that only drafts can be deleted from your account. Listings that have already been published can't be deleted.