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>"
}
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.).