Skip to main content
DELETE
/
brands
/
{brand_id}
/
galleries
/
{gallery_id}
Delete a gallery
curl --request DELETE \
  --url https://library-backend.dashsocial.com/brands/{brand_id}/galleries/{gallery_id} \
  --header 'Authorization: Bearer <token>'
{
  "code": 123,
  "errors": {},
  "message": "<string>",
  "status": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developer.dashsocial.com/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

brand_id
integer<int32>
required

The Dash Social assigned ID of the brand.

The ID of the gallery object.

Required range: x >= 0

Response

No Content