cURL
curl --request POST \ --url https://api.example.com/actions/commands/delete-actions \ --header 'Content-Type: application/json' \ --data ' { "category": "<string>", "provider": "<string>", "ids": [ "<string>" ] } '
{ "success": true, "message": "<string>", "ids": [ "<string>" ] }
Deletes actions by their IDs, category, or provider
Actions successfully deleted
Was this page helpful?