v1

latestOpenAPI 3.0.3MIT2026-07-26104113247.1 KB
Group Profiles

Delete Group

Deletes a group profile from Mixpanel.

post/groups#group-delete

Query parameters

verboseinteger

If present and equal to 1, Mixpanel will respond with a JSON Object describing the success or failure of the tracking call. The returned object will have two keys: status, with the value 1 on success and 0 on failure, and error, with a string-valued error message if the request wasn't successful. This is useful for debugging during implementation.

Request body

$tokenstring required
$group_keystring required
$group_idstring required
$deletestring nullable

Response

  • 1 - One or more objects provided are valid. This does not signify a valid project token or secret.
  • 0 - No data objects in the body are valid.