Skip to main content
DELETE
/
v2
/
aggregators
/
{aggregatorId}
Delete Aggregator
curl --request DELETE \
  --url https://api.tusky.io/v2/aggregators/{aggregatorId}
Delete an aggregator. You cannot delete the account’s default aggregator.

Path Parameters

aggregatorId
string
required
The aggregator ID to delete.

Response

Returns 204 No Content on success.

Example

curl -X DELETE https://api.tusky.io/v2/aggregators/agg_secondary \
  -H "Api-Key: YOUR_API_KEY"
Deleting an aggregator immediately stops serving content through its URL and custom domain. Update any applications referencing this aggregator’s URL before deleting.
The default aggregator cannot be deleted. To change its configuration, use Update Aggregator instead.