Delete Goal POST
URL: https://api.painelalter.com/api/meta/delete/:meta_id
Request used to delete a goal.
Path Parameters
| Parameter | Description |
|---|---|
| meta_id | ID of the goal to be deleted |
Response Example
json
{
"message": "Meta deleted successfully"
}
