Skip to main content
DELETE
/
styles
/
{id}
/
share
/
workspace
Remove a style from your workspace
curl --request DELETE \
  --url https://api.krea.ai/styles/{id}/share/workspace \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

A unique identifier for a style

Example:

"0df7b411-5af8-413c-87bb-67f734ec3141"

Response

Style removed from workspace successfully

success
boolean
required