IMPORTANT: Deleted logos cannot be restored via the API.
This is a delete operation that marks the logo as deleted in the system and updates its status to "UDGÅET" (Discontinued) in the underlying ERP system if applicable.
DELETE /api/logo/{logoId}| Parameter | Type | Description |
|---|---|---|
| logoId | integer | The internal ID of the logo to delete. |
Returns a success message upon deletion.
{
"message": "Logo deleted successfully"
}