For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete

Delete an entity

get
/DeleteEntity/

object will contain the amount of affected rows.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
tokenstringOptionalExample: {{client_token}}
software_tokenstringOptionalExample: {{software_token}}
delete_allbooleanOptionalExample: false
entitystringOptionalExample: workorder
keystringOptionalExample: workorder_no
valuestringOptionalExample: AB756XX
Responses
200

Response_200

No content

get/DeleteEntity/
GET /DeleteEntity/ HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

Response_200

No content

Last updated

Was this helpful?