Skip to main content
DELETE
/
post
/
{id}
cURL
curl --request DELETE \
  --url http://loglybase.com/api/post/{id} \
  --header 'X-API-KEY: <api-key>'
This response has no body data.

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Unique code of post to delete

Response