DELETE
/
themes
/
{theme_id}
Soft delete a theme
curl --request DELETE \
  --url http://localhost:3001/portal-api/themes/{theme_id} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Path Parameters

theme_id
string
required

ID of the theme to delete

Response

Theme successfully deleted