Skip to main content
POST
Remove from list

Authorizations

Authorization
string
header
required

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

Body

application/json
media_id
number

A unique identifier for the media item to be removed.

Example:

18

Response

200 - application/json

Request successful

status_code
number

A numeric code indicating the status of the request

Example:

13

status_message
string

A brief message describing the status of the request

Example:

"The item/record was deleted successfully."

success
boolean

A boolean value describing the state of the request. Possible value - true or false

Example:

true