To Delete the Failed Executions
Description:
You can use this API to delete one or bulk of failed executions in webhook.
Query Parameter:
- ids - The list of failed execution IDs that should be deleted.
Note: Maximum of 300 ids will be allowed
OAuth Scope:
SalesIQ.webhooks.DELETE
URL to delete one failed execution:
Copiedhttps://{zohosalesiq_server_uri}/api/v2/{screenname}/webhooks/{id}/executions?ids=ex_id1
Example
Copiedhttps://salesiq.zoho.com/api/v2/zylker/webhooks/8000000002001/executions
URL to delete bulk failed execution:
Copiedhttps://salesiq.zoho.com/api/v2/{screenname}/webhooks/{id}/executions
Example:
Copiedhttps://salesiq.zoho.com/api/v2/zylker/webhooks/8000000002001/executions
Payload:
Copied{
ids : [id1,id2,id3]
}
Sample Payload:
Copied{
ids : ["b8eeec69-ac43-4792-84ee-1df527e5c6ec", "eca1f9c8-5acf-463b-96a8-20629cb8fcff"]
}