Skip to main content
DELETE
/
v3
/
teams
/
{team}
/
custom-domains
/
{domain}
/
assets
/
{type}
Delete Asset
curl --request DELETE \
  --url https://app.plugchoice.com/api/v3/teams/{team}/custom-domains/{domain}/assets/{type} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt

Use this file to discover all available pages before exploring further.

Deletes a branding asset from a custom domain.
team
string
required
The UUID of the team.
domain
integer
required
The ID of the custom domain.
type
string
required
The type of asset to delete. One of favicon, logo, or splash.

Response

message
string
A confirmation message (e.g., Favicon removed.).