Delete Group
Allows the group owner to permanently delete the group and remove all members.
Endpoint
Section titled “Endpoint”POST
/group/v1/deleteRequest Body
Section titled “Request Body”curl -X POST https://api.juspredict.com/group/v1/delete \-H 'Authorization: Bearer YOUR_TOKEN' \-H 'Content-Type: application/json' \-d '{"group_id": "group-uuid"}'{"group_id": "group-uuid"}Response Body
Section titled “Response Body”{"status": { "type": "SUCCESS" }}{"status": {"type": "ERROR","details": [ { "code": "401", "message": "Unauthorized access token." }]}}Response Fields
Section titled “Response Fields”| Field | Type | Description |
|---|---|---|
status | Status | Operation status. |