Delete ATA Group
Method
Path
/atas/ata_groups/NAME
Request Parameters
| Name | Type | Description | 
|---|---|---|
| group | string | The name of the group to delete. | 
Response
A JSON object with success and message attributes.
Sample Call
curl -G 'https://api.phaxio.com/v2.1/atas/ata_groups/Test Group' \
  -u 'API_KEY:API_SECRET' \
  -X DELETESample Response
{
  "success": true,
  "message": "Deleted ATA group"
}