Skip to content

Delete Group

Allows the group owner to permanently delete the group and remove all members.

POST/group/v1/delete
Terminal window
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"
}'
{
"status": { "type": "SUCCESS" }
}
FieldTypeDescription
statusStatusOperation status.