Announcements
Happy Values Week! Today we celebrate *Respect* in the Spotify Stars Program!

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

Support for removing Playlist description via the API

Support for removing Playlist description via the API

My Question or Issue

I am trying to figure out how to remove the Playlist description via the API. I tried some combination that I thought it could: 

 

Attempt #1

 

Request body

 

 

 

 

 

{
   "description": ""
}

 

 

 

 

 

 

Result:

 

 

 

 

 

{
  "error": {
    "status": 400,
    "message": "Attribute description is empty"
  }
}

 

 

 

 

 

 

 

Attempt #2

 

Request body

 

 

 

 

 

{
   "description": false
}

 

 

 

 

 

Results

{
  "error": {
    "status": 500,
    "message": "Server error."
  }
}

 

Am I missing something here? This is possible via the Spotify Windows app, however.

Reply
0 Replies

Suggested posts