cURL
curl --request DELETE \ --url https://production.getgaana.com/api/concepts/{id}/ \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "status": "success" }
Deletes a creative concept.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
success