cURL
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 }
Delete an aggregation by aggregation ID.
Basic Auth header with your app ID as the username and your app secret as the password.
ID of your Privy app.
1
Success response.
Success response indicating the aggregation was deleted.
Was this page helpful?