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"
}

Documentation Index

Fetch the complete documentation index at: https://developer.thehaystack.ai/llms.txt

Use this file to discover all available pages before exploring further.

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"