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:

"12ec87b5-6a93-4c11-b382-dc1222ea2d5e"

Response

Style removed from workspace successfully

success
boolean
required