# API: Remove Custom Automation Task
# removeCustomAutomationTask
Remove a custom automation task by its ID.
# Required parameters
| Parameter | Description |
|---|---|
task | Task ID to remove |
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=removeCustomAutomationTask&task=TASK
# PHP Samples
# Response
{
"success": true,
"info": [
"task_removed"
],
"call": "removeCustomAutomationTask",
"server_time": 1700000000
}