POST api/ActionService/DeleteGalleryImage

Documentation for 'DeleteGalleryImage'.

Request Information

Parameters

NameDescriptionAdditional information
request
Documentation for 'request'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "image_id": 1,
  "asset_id": "sample string 2",
  "public_id": "sample string 3",
  "version": "sample string 4",
  "user_id": 5,
  "width": 6,
  "height": 7,
  "format": "sample string 8",
  "created_at": "2026-01-11T19:32:54.329361+00:00",
  "url": "sample string 10",
  "secure_url": "sample string 11",
  "folder": "sample string 12",
  "original_filename": "sample string 13",
  "caption": "sample string 14",
  "bytes": 15
}

application/xml, text/xml

Sample:
<UserImageGallery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages.Musician">
  <asset_id>sample string 2</asset_id>
  <bytes>15</bytes>
  <caption>sample string 14</caption>
  <created_at>2026-01-11T19:32:54.329361+00:00</created_at>
  <folder>sample string 12</folder>
  <format>sample string 8</format>
  <height>7</height>
  <image_id>1</image_id>
  <original_filename>sample string 13</original_filename>
  <public_id>sample string 3</public_id>
  <secure_url>sample string 11</secure_url>
  <url>sample string 10</url>
  <user_id>5</user_id>
  <version>sample string 4</version>
  <width>6</width>
</UserImageGallery>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'UserImageGallery'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "Message": {
    "Success": true
  }
}

application/xml, text/xml

Sample:
<ResponseBaseOfExecutionStatusyiGVY2vN xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.MessageBase">
  <Message xmlns:d2p1="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject">
    <d2p1:Success>true</d2p1:Success>
  </Message>
  <status>sample string 1</status>
</ResponseBaseOfExecutionStatusyiGVY2vN>