DELETE
/
v3
/
content
curl --request DELETE \
  --url https://api.proposales.com/v3/content \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "success": true,
    "message": "<string>"
  }
}
variation_id
number
required

The variation ID of the product to delete.

Response

data
object