Skip to main content
POST
/
series
/
{seriesId}
/
artwork
/
delete
Delete series artwork
curl --request POST \
  --url https://api.thehaystack.ai/v2/haystack/series/{seriesId}/artwork/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "type": "square"
}
'
{
  "result": "success"
}

Authorizations

Authorization
string
header
required

Enter your API token from the Haystack dashboard

Path Parameters

seriesId
integer
required

Body

application/json
type
enum<string>
required
Available options:
square,
wide,
ultraWide,
vertical

Response

200 - application/json

Artwork deleted

result
string
Example:

"success"