Skip to main content
DELETE
/
galleries
/
{slug}
Delete a gallery
curl --request DELETE \
  --url https://api.neuraldraft.io/v1/galleries/{slug} \
  --header 'Authorization: Bearer <token>'
{
  "type": "https://api.neuraldraft.io/errors/not_found",
  "title": "Not found",
  "status": 404,
  "detail": "No such resource.",
  "code": "not_found",
  "instance": "req_2Nh4PqRsTuVw"
}

Documentation Index

Fetch the complete documentation index at: https://docs.neuraldraft.io/llms.txt

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

Authorizations

Authorization
string
header
required

Project API key. Pass as Authorization: Bearer ndsk_live_.... Manage keys via /projects/me/api-keys. Test-mode keys use the ndsk_test_ prefix.

Path Parameters

slug
string
required
Pattern: ^[a-z0-9][a-z0-9-]*$

Response

Deleted.