Website logo

Deletes a branding image

Deletes a specific branding image. The physical branding file will not physically be deleted immediately.

URL: https://api.trademe.co.nz/v1/Member/{memberId}/BrandingImages/{brandingId}.{file_format}
HTTP Method: DELETE
Requires Authentication? Yes
Permission Required: MyTradeMeWrite: Maintain your watchlist, answer questions and post comments.
Supported Formats: XML, JSON
Rate Limited? Yes

URL parameters

memberId Integer (required)

brandingId Integer (required)

file_format Enumeration (required) The format of the response.
xml Serialize responses into XML.
json Serialize responses into JSON.

Returns

<DeleteBrandingResponse>

Status of operation

Success Boolean

Indicates whether the operation was successful.

Example XML Response (switch to JSON)

<DeleteBrandingResponse xmlns="http://api.trademe.co.nz/v1">
  <Success>false</Success>
</DeleteBrandingResponse>

Example JSON Response (switch to XML)

{
  "Success": false
}