Delete a content item from the library.
curl --request DELETE \ --url https://api.proposales.com/v3/content \ --header 'Authorization: Bearer <token>'
{ "data": { "success": true, "message": "<string>" } }
The variation ID of the product to delete.
Show properties
Indicates if the deletion was successful.
A success message.