Skip to main content
DELETE
/
orgs
/
{org_id}
/
records
/
{record_id}
/
comments
/
{activity_id}
Delete a record comment
curl --request DELETE \
  --url https://api.useinvent.com/orgs/{org_id}/records/{record_id}/comments/{activity_id} \
  --header 'Authorization: Bearer <token>'
null

Documentation Index

Fetch the complete documentation index at: https://docs.useinvent.com/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer token authentication using your API key

Path Parameters

org_id
string
required

Org ID

record_id
string
required

Record ID

activity_id
string
required

Activity ID

Response

200 - application/json