DeleteCard
Official API
Implemented Class
Deletes a card in Pipefy.
Arguments
<In> CardID : string
ID of the Card to 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.