cURL
curl --request DELETE \ --url https://api.proposales.com/v3/content \ --header 'Authorization: Bearer <token>'
{ "data": { "success": true, "message": "<string>" } }
Delete a content item from the library.
Show properties