Skip to main content
DELETE
/
v1.0
/
logType
/
{logTypeId}
Delete a manual log entry
curl --request DELETE \
  --url https://api.lofty.com/v1.0/logType/{logTypeId} \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>'

Documentation Index

Fetch the complete documentation index at: https://developer.lofty.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string
required

Bearer [access_token]

Content-Type
string
required

application/json

Path Parameters

logTypeId
integer<int64>
required

ID of the manual log entry to delete.

Required range: x >= 1

Response

Log entry deleted successfully. No response body.