Delete Group
This API can be used to remove a group from the academy.
URL : https://academy.domain.com/api/v2/group/delete
Method : DELETE
Request Header : {
"Content-Type" : "application/json",
"API-Key" : "Your API Key"
}
Request Body : {
"id" : 3 // Required
}
Response : {
"status": "success",
"message": "Group deleted successfully"
}