cURL
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>" }
Remove one or more creations from an existing collection.
Default Response