Delete Logo

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}

Parameters #

ParameterTypeDescription
logoIdintegerThe internal ID of the logo to delete.

Returns #

Returns a success message upon deletion.

{
  "message": "Logo deleted successfully"
}