Skip to main content
PATCH
/
v2
/
collections
/
{collectionId}
/
creations
/
remove
Remove Creations
curl --request PATCH \
  --url https://api.eden.art/v2/collections/{collectionId}/creations/remove \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "creationIds": [
    "<string>"
  ]
}'
{
  "collectionId": "<string>"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

collectionId
string
required

Body

application/json
creationIds
string[]
required

Response

200 - */*

Default Response

collectionId
string
required
I