Skip to main content

Delete Experience Group

Loading...
API endpoint path: /v3/groups/{groupId}

Permanently deletes an experience group identified by groupId, including all associated participant memberships and import job data. This action cannot be undone.

Use this endpoint to:

  • Remove an experience group that is no longer needed.
  • Clean up unused groups and related data.
  • Delete a group and all associated participant memberships in a single operation.

Behavior and capabilities:

  • The specified group must exist and be eligible for deletion.
  • All participant memberships associated with the group are permanently removed.
  • All import job data associated with the group is deleted and can no longer be accessed.
  • Deleting a group does not affect other experience groups or their participants.
  • On success, the API returns a confirmation message with the deleted groupId.

Request

Responses

Success