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:

"aca6f9a9-561a-47c9-9765-77afc62b9bd0"

Response

Style removed from workspace successfully

success
boolean
required