Sign in

Delete record

documented

Delete a record from the specified object.

DELETE /v1/objects/{object_key}/records/{record_id}Objectsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.knack.com/v1/objects/{{$object_key}}/records/{{$record_id}}" \
  -X DELETE \
  -H "X-Knack-Application-Id: {{KNACKHQ_APP_ID}}" \
  -H "X-Knack-REST-API-Key: {{KNACKHQ_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"
Delete record · Knack · OpenIntegrations