cURL
curl --request DELETE \ --url http://localhost:3001/portal-api/themes/{theme_id} \ --header 'Authorization: <api-key>'
Soft delete a theme by its ID
ID of the theme to delete
Theme successfully deleted
Was this page helpful?