History

Delete History Item

Delete history item with the given id.

DELETE
/v1/history/{history_item_id}

Authorization

papla-api-key<token>

Api key, that can be generated from the app dashboard

In: header

Path Parameters

history_item_idRequiredHistory Item Id

ID of the history item to delete

curl -X DELETE "https://api.papla.media/v1/history/497f6eca-6276-4993-bfeb-53cbbbba6f08" \
  -H "papla-api-key: <token>"

Successful Response