Gallery Platform API
ReferenceGalleryArtworksId

Delete an artwork

Permanently deletes an artwork. This cannot be undone.

DELETE
/gallery/artworks/{id}

Permanently deletes an artwork. This cannot be undone.

Authorization

bearerAuth artworks:write
AuthorizationBearer <token>

A gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).

In: header

Scope: artworks:write

Header Parameters

Idempotency-Key?string

Optional. Send a unique key per logical operation to make retries safe: a retry with the same key replays the stored success for 24h instead of re-running the write.

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X DELETE "https://example.com/gallery/artworks/{id}"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "deleted": true}