deleteRecord
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- API implementation
Delete a record from the targeted table by supplying its sys_id.
Input fields
An element <sys_id> identifying the sys_id of the record to be retrieved.
Output fields
A <count> element within the deleteRecordResponse parent element
indicating the number of records deleted, this will always equal to "1" for
deleteRecord
.
Sample SOAP messages
Example
Sample SOAP request
Example
Sample SOAP response
Language-specific sample messages
For language-specific deleteRecord samples, refer to the following topics:
Java Apache Axis2
Microsoft .NET
Python