DeleteTableRecord
Official API
Implemented Class
Deletes a TableRecord in a Pipefy Table.
Arguments
<In> TableRecordID : string
The Table Record ID which should be deleted.
You can find this info from the API or from the link when accessing it through the web.
Inherited Arguments
<In> Bearer : string
The Bearer authorization token generated by Pipefy.
<In> Timeout : int
The timeout limit (in ms) for the request to be completed.
<Out> Status : string
A brief status message of the result of the action.
<Out> Success : boolean
True if the action was successful.