Skip to main content
DELETE
/
v1
/
aggregations
/
{aggregation_id}
Delete aggregation
curl --request DELETE \
  --url https://api.privy.io/v1/aggregations/{aggregation_id} \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'privy-app-id: <privy-app-id>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Basic Auth header with your app ID as the username and your app secret as the password.

Headers

privy-app-id
string
required

ID of your Privy app.

Path Parameters

aggregation_id
string
required
Minimum string length: 1

Response

200 - application/json

Success response.

success
boolean
required

Success response indicating the aggregation was deleted.