Skip to main content
DELETE
/
v2
/
publishers
/
{publisherId}
Delete Publisher
curl --request DELETE \
  --url https://api.tusky.io/v2/publishers/{publisherId}
Delete a publisher. You cannot delete the last non-deactivated publisher on the account.

Path Parameters

publisherId
string
required
The unique identifier of the publisher to delete.

Response

Returns 204 No Content on success.

Example

curl -X DELETE https://api.tusky.io/v2/publishers/pub_7f3a2b1c \
  -H "Api-Key: YOUR_API_KEY"
Deleting a publisher does not affect files already published through it. Those files remain on the Walrus network for the duration of their storage epochs. Deleting only removes the publisher configuration.
If the publisher is attached to an environment, that environment will fall back to the account’s default publisher for future uploads after deletion.