Skip to main content

Delete a requirement group by ID

DELETE 
/requirement_groups/:id

Delete a requirement group by ID

Request

Path Parameters

    id stringrequired

    ID of the requirement group

Responses

200: Deleted requirement group

Request samples


curl -L -X DELETE 'https://api.telnyx.com/v2/requirement_groups/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'

Response samples


{
"id": "string",
"country_code": "string",
"phone_number_type": "string",
"status": "approved",
"action": "string",
"customer_reference": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z",
"record_type": "requirement_group",
"regulatory_requirements": [
{
"requirement_id": "string",
"field_value": "string",
"field_type": "string",
"status": "approved",
"expires_at": "2024-07-29T15:51:28.071Z",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}
]
}