DELETE
/api/test/ga-framework/:id
This endpoint allows you to permanently remove test ga framework/(specific id).
Request Parameters
| Parameter | Location | Required |
|---|---|---|
| id | path | Yes |
Example Request
cURL
curl -X DELETE https://aegis.purdyandfigg.dev/api/test/ga-framework/123 \
-H "Authorization: Bearer YOUR_TOKEN"