Delete Color

Learn how to delete a saved brand color from your workspace

Overview#

This endpoint allows you to delete a specific brand color from your workspace using its unique ID.

https://api.orshot.com/v1/brand-assets/colors/delete/:id

Request#

await fetch("https://api.orshot.com/v1/brand-assets/colors/delete/123", {
  method: "DELETE",
  headers: {
    "Content-Type": "application/json",
    Authorization: "Bearer <ORSHOT_API_KEY>",
  },
});

Path Parameters#

ParameterTypeRequiredDescription
idNumberYesThe unique identifier of the color to delete

Error Responses#

Color Not Found (404)#

{
  "error": "Color not found"
}

Missing Color ID (400)#

{
  "error": "Color ID is required"
}

Unauthorized (403)#

{
  "error": "Access Forbidden"
}

Notes#

  • The color must belong to your workspace
  • Once deleted, colors cannot be recovered

Rate Limits#

  • 30 requests per minute per endpoint

All Set? Let's Start Automating

Get Your API Key →
  • Image, PDF and Video Generation via API
  • Canva like editor with AI and smart features
  • No-Code Integrations (Zapier, Make, n8n etc.)
  • Embed Orshot Studio in your app
  • Start Free. No credit card required. Cancel anytime.