DELETE
/
v0
/
log
/
{id}
/
entry
/
{entry}

Deletes a entry from a log.

Authorizations

Authorization
string
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

ID of the log to delete an entry from.

entry
string
required

Name of the entry to delete from a given log.