# Delete a group question Permanently removes a question from the group's entry requirements. Requires GroupQuestions.Manage permission. This action cannot be undone. Any existing answers to this question are preserved for audit purposes but will not be evaluated for new join requests. The deletion is recorded in the audit log. RBAC: requires GroupQuestions.Manage Endpoint: DELETE /api/v1/groups/{groupId}/questions/{questionId} Version: 1.0 Security: ## Path parameters: - `groupId` (string, required) The unique identifier of the group containing the question Example: "us_01hxcvk1hjexere4pvtrj0ymqq" - `questionId` (string, required) The unique identifier of the question to delete Example: "us_01hxcvk1hjexere4pvtrj0ymqq" ## Response 401 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation ## Response 403 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation ## Response 404 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation